[INFO] cloning repository https://github.com/DevinRShaw/RustCustomCompiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DevinRShaw/RustCustomCompiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevinRShaw%2FRustCustomCompiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevinRShaw%2FRustCustomCompiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2a91f3ed31d1e1fcac9d245db052bf3514944a2f
[INFO] fixing DevinRShaw/RustCustomCompiler against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevinRShaw%2FRustCustomCompiler" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DevinRShaw/RustCustomCompiler
[INFO] finished tweaking git repo https://github.com/DevinRShaw/RustCustomCompiler
[INFO] tweaked toml for git repo https://github.com/DevinRShaw/RustCustomCompiler written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DevinRShaw/RustCustomCompiler on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DevinRShaw/RustCustomCompiler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e4c6b7afc90b342483fe6de2dca8fef200f5a70ccf3445f4673b2e9ff977bacd
[INFO] running `Command { std: "docker" "start" "e4c6b7afc90b342483fe6de2dca8fef200f5a70ccf3445f4673b2e9ff977bacd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e4c6b7afc90b342483fe6de2dca8fef200f5a70ccf3445f4673b2e9ff977bacd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e4c6b7afc90b342483fe6de2dca8fef200f5a70ccf3445f4673b2e9ff977bacd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e4c6b7afc90b342483fe6de2dca8fef200f5a70ccf3445f4673b2e9ff977bacd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking rustcompiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `operator`
[INFO] [stdout]    --> src/phases/parser.rs:480:13
[INFO] [stdout]     |
[INFO] [stdout] 480 |         let operator = tokens[*index].clone(); // We may want to use it later (debugging, etc.)
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operator`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:140:3
[INFO] [stdout]     |
[INFO] [stdout] 140 |   unsafe{
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:187:11
[INFO] [stdout]     |
[INFO] [stdout] 187 |           unsafe { 
[INFO] [stdout]     |           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:308:7
[INFO] [stdout]     |
[INFO] [stdout] 308 |       unsafe { 
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:414:11
[INFO] [stdout]     |
[INFO] [stdout] 414 |           unsafe { 
[INFO] [stdout]     |           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `arrayNum` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:379:32
[INFO] [stdout]     |
[INFO] [stdout] 379 |     let mut arrayNum: String = String::new();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 395 |               arrayNum = format!(", {num}")
[INFO] [stdout]     |               -------- `arrayNum` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:452:7
[INFO] [stdout]     |
[INFO] [stdout] 452 |       unsafe { 
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol_type`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:447:7
[INFO] [stdout]     |
[INFO] [stdout] 447 |   let symbol_type = SymbolType::Variable; 
[INFO] [stdout]     |       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `src` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:444:25
[INFO] [stdout]     |
[INFO] [stdout] 444 |   let mut src: String = String::new();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 508 |       src = expression.name;
[INFO] [stdout]     |       --- `src` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `varHold` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:445:29
[INFO] [stdout]     |
[INFO] [stdout] 445 |   let mut varHold: String = String::new();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 458 |       varHold = ident.to_string();
[INFO] [stdout]     |       ------- `varHold` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:531:18
[INFO] [stdout]     |
[INFO] [stdout] 531 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 532 | |     code: String::new(),
[INFO] [stdout] 533 | |     name: String::new(),
[INFO] [stdout] 534 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 543 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:570:18
[INFO] [stdout]     |
[INFO] [stdout] 570 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 571 | |     code: String::new(),
[INFO] [stdout] 572 | |     name: String::new(),
[INFO] [stdout] 573 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 583 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:614:18
[INFO] [stdout]     |
[INFO] [stdout] 614 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 615 | |     code: String::new(),
[INFO] [stdout] 616 | |     name: String::new(),
[INFO] [stdout] 617 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 627 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:711:23
[INFO] [stdout]     |
[INFO] [stdout] 711 |   let mut condition = String::new();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 736 |       condition = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       --------- `condition` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `hold_end_label` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:716:28
[INFO] [stdout]     |
[INFO] [stdout] 716 |   let mut hold_end_label = String::new();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 721 |     hold_end_label = CURRENT_END_LABEL.clone();
[INFO] [stdout]     |     -------------- `hold_end_label` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:781:23
[INFO] [stdout]     |
[INFO] [stdout] 781 |   let mut condition = String::new();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 799 |       condition = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       --------- `condition` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `varHold` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:860:21
[INFO] [stdout]     |
[INFO] [stdout] 860 |   let mut varHold = String::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 923 |       varHold = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       ------- `varHold` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1018:7
[INFO] [stdout]      |
[INFO] [stdout] 1018 |       unsafe { 
[INFO] [stdout]      |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1171:22
[INFO] [stdout]      |
[INFO] [stdout] 1171 |         let mut expr = Expression {
[INFO] [stdout]      |  ______________________^
[INFO] [stdout] 1172 | |         code: String::from(""),
[INFO] [stdout] 1173 | |         name: String::from(""),
[INFO] [stdout] 1174 | |       };
[INFO] [stdout]      | |_______^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 1177 |           Ok(expression) => {expr = expression;},
[INFO] [stdout]      |                              ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `semantic_parser::parse_bool`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:857:1
[INFO] [stdout]     |
[INFO] [stdout] 857 | pub fn parse_bool(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `semantic_parser::parse_bool` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `semantic_parser::parse_expression`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:952:1
[INFO] [stdout]     |
[INFO] [stdout] 952 | pub fn parse_expression(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `semantic_parser::parse_expression` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `semantic_parser::parse_multiply_expression`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:980:1
[INFO] [stdout]     |
[INFO] [stdout] 980 | pub fn parse_multiply_expression(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `semantic_parser::parse_multiply_expression` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `semantic_parser::parse_term`
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1007:1
[INFO] [stdout]      |
[INFO] [stdout] 1007 | pub fn parse_term(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `semantic_parser::parse_term` is reachable at visibility `pub`
[INFO] [stdout]      |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]     --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]      |
[INFO] [stdout]  946 | struct Expression{
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |       let temp_name = format!("t{}", TEMP_COUNT);
[INFO] [stdout]    |                                      ^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 |       let label_name = format!(":{}", LABEL_COUNT);
[INFO] [stdout]    |                                       ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `scope_stack` should have an upper case name
[INFO] [stdout]   --> src/phases/semantic_parser.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | static mut scope_stack: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 35 - static mut scope_stack: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout] 35 + static mut SCOPE_STACK: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `in_loop` should have an upper case name
[INFO] [stdout]   --> src/phases/semantic_parser.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | static mut in_loop: bool = false; //for confirming break statements 
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 37 - static mut in_loop: bool = false; //for confirming break statements 
[INFO] [stdout] 37 + static mut IN_LOOP: bool = false; //for confirming break statements 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         scope_stack.push(vec![]); // Create a new scope
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         scope_stack.pop(); // Remove the current scope
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:55:36
[INFO] [stdout]    |
[INFO] [stdout] 55 |       if let Some(current_scope) = scope_stack.last() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:71:36
[INFO] [stdout]    |
[INFO] [stdout] 71 |       if let Some(current_scope) = scope_stack.last_mut() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:81:36
[INFO] [stdout]    |
[INFO] [stdout] 81 |       if let Some(current_scope) = scope_stack.last() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `arrayNum` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:379:13
[INFO] [stdout]     |
[INFO] [stdout] 379 |     let mut arrayNum: String = String::new();
[INFO] [stdout]     |             ^^^^^^^^ help: convert the identifier to snake case: `array_num`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `varHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:445:11
[INFO] [stdout]     |
[INFO] [stdout] 445 |   let mut varHold: String = String::new();
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to snake case: `var_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:673:12
[INFO] [stdout]     |
[INFO] [stdout] 673 |         if CURRENT_END_LABEL.is_empty() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:676:34
[INFO] [stdout]     |
[INFO] [stdout] 676 |         return Ok(format!("%jmp {CURRENT_END_LABEL}\n"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:700:8
[INFO] [stdout]     |
[INFO] [stdout] 700 |     if CURRENT_END_LABEL.is_empty() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:703:30
[INFO] [stdout]     |
[INFO] [stdout] 703 |     return Ok(format!("%jmp {CURRENT_END_LABEL}\n"));
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:721:22
[INFO] [stdout]     |
[INFO] [stdout] 721 |     hold_end_label = CURRENT_END_LABEL.clone();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `varHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:860:11
[INFO] [stdout]     |
[INFO] [stdout] 860 |   let mut varHold = String::new();
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to snake case: `var_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `statementHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:861:11
[INFO] [stdout]     |
[INFO] [stdout] 861 |   let mut statementHold = String::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `statement_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `callCode` should have a snake case name
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1044:17
[INFO] [stdout]      |
[INFO] [stdout] 1044 |         let mut callCode: String = String::new();
[INFO] [stdout]      |                 ^^^^^^^^ help: convert the identifier to snake case: `call_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `operator`
[INFO] [stdout]    --> src/phases/parser.rs:480:13
[INFO] [stdout]     |
[INFO] [stdout] 480 |         let operator = tokens[*index].clone(); // We may want to use it later (debugging, etc.)
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operator`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:140:3
[INFO] [stdout]     |
[INFO] [stdout] 140 |   unsafe{
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:187:11
[INFO] [stdout]     |
[INFO] [stdout] 187 |           unsafe { 
[INFO] [stdout]     |           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:308:7
[INFO] [stdout]     |
[INFO] [stdout] 308 |       unsafe { 
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:414:11
[INFO] [stdout]     |
[INFO] [stdout] 414 |           unsafe { 
[INFO] [stdout]     |           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `arrayNum` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:379:32
[INFO] [stdout]     |
[INFO] [stdout] 379 |     let mut arrayNum: String = String::new();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 395 |               arrayNum = format!(", {num}")
[INFO] [stdout]     |               -------- `arrayNum` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:452:7
[INFO] [stdout]     |
[INFO] [stdout] 452 |       unsafe { 
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol_type`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:447:7
[INFO] [stdout]     |
[INFO] [stdout] 447 |   let symbol_type = SymbolType::Variable; 
[INFO] [stdout]     |       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `src` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:444:25
[INFO] [stdout]     |
[INFO] [stdout] 444 |   let mut src: String = String::new();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 508 |       src = expression.name;
[INFO] [stdout]     |       --- `src` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `varHold` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:445:29
[INFO] [stdout]     |
[INFO] [stdout] 445 |   let mut varHold: String = String::new();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 458 |       varHold = ident.to_string();
[INFO] [stdout]     |       ------- `varHold` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:531:18
[INFO] [stdout]     |
[INFO] [stdout] 531 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 532 | |     code: String::new(),
[INFO] [stdout] 533 | |     name: String::new(),
[INFO] [stdout] 534 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 543 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:570:18
[INFO] [stdout]     |
[INFO] [stdout] 570 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 571 | |     code: String::new(),
[INFO] [stdout] 572 | |     name: String::new(),
[INFO] [stdout] 573 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 583 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:614:18
[INFO] [stdout]     |
[INFO] [stdout] 614 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 615 | |     code: String::new(),
[INFO] [stdout] 616 | |     name: String::new(),
[INFO] [stdout] 617 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 627 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:711:23
[INFO] [stdout]     |
[INFO] [stdout] 711 |   let mut condition = String::new();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 736 |       condition = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       --------- `condition` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `hold_end_label` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:716:28
[INFO] [stdout]     |
[INFO] [stdout] 716 |   let mut hold_end_label = String::new();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 721 |     hold_end_label = CURRENT_END_LABEL.clone();
[INFO] [stdout]     |     -------------- `hold_end_label` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:781:23
[INFO] [stdout]     |
[INFO] [stdout] 781 |   let mut condition = String::new();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 799 |       condition = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       --------- `condition` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `varHold` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:860:21
[INFO] [stdout]     |
[INFO] [stdout] 860 |   let mut varHold = String::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 923 |       varHold = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       ------- `varHold` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1018:7
[INFO] [stdout]      |
[INFO] [stdout] 1018 |       unsafe { 
[INFO] [stdout]      |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1171:22
[INFO] [stdout]      |
[INFO] [stdout] 1171 |         let mut expr = Expression {
[INFO] [stdout]      |  ______________________^
[INFO] [stdout] 1172 | |         code: String::from(""),
[INFO] [stdout] 1173 | |         name: String::from(""),
[INFO] [stdout] 1174 | |       };
[INFO] [stdout]      | |_______^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 1177 |           Ok(expression) => {expr = expression;},
[INFO] [stdout]      |                              ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `semantic_parser::parse_bool`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:857:1
[INFO] [stdout]     |
[INFO] [stdout] 857 | pub fn parse_bool(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `semantic_parser::parse_bool` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `semantic_parser::parse_expression`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:952:1
[INFO] [stdout]     |
[INFO] [stdout] 952 | pub fn parse_expression(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `semantic_parser::parse_expression` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `semantic_parser::parse_multiply_expression`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:980:1
[INFO] [stdout]     |
[INFO] [stdout] 980 | pub fn parse_multiply_expression(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `semantic_parser::parse_multiply_expression` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `semantic_parser::parse_term`
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1007:1
[INFO] [stdout]      |
[INFO] [stdout] 1007 | pub fn parse_term(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `semantic_parser::parse_term` is reachable at visibility `pub`
[INFO] [stdout]      |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]     --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]      |
[INFO] [stdout]  946 | struct Expression{
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |       let temp_name = format!("t{}", TEMP_COUNT);
[INFO] [stdout]    |                                      ^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 |       let label_name = format!(":{}", LABEL_COUNT);
[INFO] [stdout]    |                                       ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `scope_stack` should have an upper case name
[INFO] [stdout]   --> src/phases/semantic_parser.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | static mut scope_stack: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 35 - static mut scope_stack: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout] 35 + static mut SCOPE_STACK: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `in_loop` should have an upper case name
[INFO] [stdout]   --> src/phases/semantic_parser.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | static mut in_loop: bool = false; //for confirming break statements 
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 37 - static mut in_loop: bool = false; //for confirming break statements 
[INFO] [stdout] 37 + static mut IN_LOOP: bool = false; //for confirming break statements 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         scope_stack.push(vec![]); // Create a new scope
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         scope_stack.pop(); // Remove the current scope
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:55:36
[INFO] [stdout]    |
[INFO] [stdout] 55 |       if let Some(current_scope) = scope_stack.last() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:71:36
[INFO] [stdout]    |
[INFO] [stdout] 71 |       if let Some(current_scope) = scope_stack.last_mut() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:81:36
[INFO] [stdout]    |
[INFO] [stdout] 81 |       if let Some(current_scope) = scope_stack.last() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `arrayNum` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:379:13
[INFO] [stdout]     |
[INFO] [stdout] 379 |     let mut arrayNum: String = String::new();
[INFO] [stdout]     |             ^^^^^^^^ help: convert the identifier to snake case: `array_num`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `varHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:445:11
[INFO] [stdout]     |
[INFO] [stdout] 445 |   let mut varHold: String = String::new();
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to snake case: `var_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:673:12
[INFO] [stdout]     |
[INFO] [stdout] 673 |         if CURRENT_END_LABEL.is_empty() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:676:34
[INFO] [stdout]     |
[INFO] [stdout] 676 |         return Ok(format!("%jmp {CURRENT_END_LABEL}\n"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:700:8
[INFO] [stdout]     |
[INFO] [stdout] 700 |     if CURRENT_END_LABEL.is_empty() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:703:30
[INFO] [stdout]     |
[INFO] [stdout] 703 |     return Ok(format!("%jmp {CURRENT_END_LABEL}\n"));
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:721:22
[INFO] [stdout]     |
[INFO] [stdout] 721 |     hold_end_label = CURRENT_END_LABEL.clone();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `varHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:860:11
[INFO] [stdout]     |
[INFO] [stdout] 860 |   let mut varHold = String::new();
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to snake case: `var_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `statementHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:861:11
[INFO] [stdout]     |
[INFO] [stdout] 861 |   let mut statementHold = String::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `statement_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `callCode` should have a snake case name
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1044:17
[INFO] [stdout]      |
[INFO] [stdout] 1044 |         let mut callCode: String = String::new();
[INFO] [stdout]      |                 ^^^^^^^^ help: convert the identifier to snake case: `call_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]  --> tests/lexer_tests.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let expected_tokens = vec![
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]   --> tests/lexer_tests.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let expected_tokens = vec![
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]   --> tests/lexer_tests.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let expected_tokens = vec![
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]   --> tests/lexer_tests.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let expected_tokens = vec![
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]   --> tests/lexer_tests.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let expected_tokens = vec![
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]   --> tests/lexer_tests.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let expected_tokens = vec![
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let expected_tokens = vec![Token::End];
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:211:9
[INFO] [stdout]     |
[INFO] [stdout] 211 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_tokens`
[INFO] [stdout]    --> tests/lexer_tests.rs:298:9
[INFO] [stdout]     |
[INFO] [stdout] 298 |     let expected_tokens = vec![
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `operator`
[INFO] [stdout]    --> src/phases/parser.rs:480:13
[INFO] [stdout]     |
[INFO] [stdout] 480 |         let operator = tokens[*index].clone(); // We may want to use it later (debugging, etc.)
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operator`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:140:3
[INFO] [stdout]     |
[INFO] [stdout] 140 |   unsafe{
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:187:11
[INFO] [stdout]     |
[INFO] [stdout] 187 |           unsafe { 
[INFO] [stdout]     |           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:308:7
[INFO] [stdout]     |
[INFO] [stdout] 308 |       unsafe { 
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:414:11
[INFO] [stdout]     |
[INFO] [stdout] 414 |           unsafe { 
[INFO] [stdout]     |           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `arrayNum` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:379:32
[INFO] [stdout]     |
[INFO] [stdout] 379 |     let mut arrayNum: String = String::new();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 395 |               arrayNum = format!(", {num}")
[INFO] [stdout]     |               -------- `arrayNum` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:452:7
[INFO] [stdout]     |
[INFO] [stdout] 452 |       unsafe { 
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol_type`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:447:7
[INFO] [stdout]     |
[INFO] [stdout] 447 |   let symbol_type = SymbolType::Variable; 
[INFO] [stdout]     |       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `src` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:444:25
[INFO] [stdout]     |
[INFO] [stdout] 444 |   let mut src: String = String::new();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 508 |       src = expression.name;
[INFO] [stdout]     |       --- `src` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `varHold` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:445:29
[INFO] [stdout]     |
[INFO] [stdout] 445 |   let mut varHold: String = String::new();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 458 |       varHold = ident.to_string();
[INFO] [stdout]     |       ------- `varHold` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:531:18
[INFO] [stdout]     |
[INFO] [stdout] 531 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 532 | |     code: String::new(),
[INFO] [stdout] 533 | |     name: String::new(),
[INFO] [stdout] 534 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 543 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:570:18
[INFO] [stdout]     |
[INFO] [stdout] 570 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 571 | |     code: String::new(),
[INFO] [stdout] 572 | |     name: String::new(),
[INFO] [stdout] 573 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 583 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:614:18
[INFO] [stdout]     |
[INFO] [stdout] 614 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 615 | |     code: String::new(),
[INFO] [stdout] 616 | |     name: String::new(),
[INFO] [stdout] 617 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 627 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:711:23
[INFO] [stdout]     |
[INFO] [stdout] 711 |   let mut condition = String::new();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 736 |       condition = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       --------- `condition` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `hold_end_label` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:716:28
[INFO] [stdout]     |
[INFO] [stdout] 716 |   let mut hold_end_label = String::new();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 721 |     hold_end_label = CURRENT_END_LABEL.clone();
[INFO] [stdout]     |     -------------- `hold_end_label` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:781:23
[INFO] [stdout]     |
[INFO] [stdout] 781 |   let mut condition = String::new();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 799 |       condition = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       --------- `condition` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `varHold` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:860:21
[INFO] [stdout]     |
[INFO] [stdout] 860 |   let mut varHold = String::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 923 |       varHold = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       ------- `varHold` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1018:7
[INFO] [stdout]      |
[INFO] [stdout] 1018 |       unsafe { 
[INFO] [stdout]      |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1171:22
[INFO] [stdout]      |
[INFO] [stdout] 1171 |         let mut expr = Expression {
[INFO] [stdout]      |  ______________________^
[INFO] [stdout] 1172 | |         code: String::from(""),
[INFO] [stdout] 1173 | |         name: String::from(""),
[INFO] [stdout] 1174 | |       };
[INFO] [stdout]      | |_______^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 1177 |           Ok(expression) => {expr = expression;},
[INFO] [stdout]      |                              ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `operator`
[INFO] [stdout]    --> src/phases/parser.rs:480:13
[INFO] [stdout]     |
[INFO] [stdout] 480 |         let operator = tokens[*index].clone(); // We may want to use it later (debugging, etc.)
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_operator`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:140:3
[INFO] [stdout]     |
[INFO] [stdout] 140 |   unsafe{
[INFO] [stdout]     |   ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `phases::semantic_parser::parse_bool`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:857:1
[INFO] [stdout]     |
[INFO] [stdout] 857 | pub fn parse_bool(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `phases::semantic_parser::parse_bool` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `phases::semantic_parser::parse_expression`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:952:1
[INFO] [stdout]     |
[INFO] [stdout] 952 | pub fn parse_expression(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `phases::semantic_parser::parse_expression` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `phases::semantic_parser::parse_multiply_expression`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:980:1
[INFO] [stdout]     |
[INFO] [stdout] 980 | pub fn parse_multiply_expression(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `phases::semantic_parser::parse_multiply_expression` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `phases::semantic_parser::parse_term`
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1007:1
[INFO] [stdout]      |
[INFO] [stdout] 1007 | pub fn parse_term(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `phases::semantic_parser::parse_term` is reachable at visibility `pub(crate)`
[INFO] [stdout]      |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]     --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]      |
[INFO] [stdout]  946 | struct Expression{
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:187:11
[INFO] [stdout]     |
[INFO] [stdout] 187 |           unsafe { 
[INFO] [stdout]     |           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]     --> src/interpreter.rs:1498:11
[INFO] [stdout]      |
[INFO] [stdout] 1498 |     Label(usize),
[INFO] [stdout]      |     ----- ^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     field in this variant
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Bytecode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]      |
[INFO] [stdout] 1498 -     Label(usize),
[INFO] [stdout] 1498 +     Label(()),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:308:7
[INFO] [stdout]     |
[INFO] [stdout] 308 |       unsafe { 
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |       let temp_name = format!("t{}", TEMP_COUNT);
[INFO] [stdout]    |                                      ^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 |       let label_name = format!(":{}", LABEL_COUNT);
[INFO] [stdout]    |                                       ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `scope_stack` should have an upper case name
[INFO] [stdout]   --> src/phases/semantic_parser.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | static mut scope_stack: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 35 - static mut scope_stack: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout] 35 + static mut SCOPE_STACK: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `in_loop` should have an upper case name
[INFO] [stdout]   --> src/phases/semantic_parser.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | static mut in_loop: bool = false; //for confirming break statements 
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 37 - static mut in_loop: bool = false; //for confirming break statements 
[INFO] [stdout] 37 + static mut IN_LOOP: bool = false; //for confirming break statements 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         scope_stack.push(vec![]); // Create a new scope
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         scope_stack.pop(); // Remove the current scope
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:55:36
[INFO] [stdout]    |
[INFO] [stdout] 55 |       if let Some(current_scope) = scope_stack.last() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:71:36
[INFO] [stdout]    |
[INFO] [stdout] 71 |       if let Some(current_scope) = scope_stack.last_mut() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:81:36
[INFO] [stdout]    |
[INFO] [stdout] 81 |       if let Some(current_scope) = scope_stack.last() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `arrayNum` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:379:13
[INFO] [stdout]     |
[INFO] [stdout] 379 |     let mut arrayNum: String = String::new();
[INFO] [stdout]     |             ^^^^^^^^ help: convert the identifier to snake case: `array_num`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:414:11
[INFO] [stdout]     |
[INFO] [stdout] 414 |           unsafe { 
[INFO] [stdout]     |           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `varHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:445:11
[INFO] [stdout]     |
[INFO] [stdout] 445 |   let mut varHold: String = String::new();
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to snake case: `var_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:673:12
[INFO] [stdout]     |
[INFO] [stdout] 673 |         if CURRENT_END_LABEL.is_empty() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:676:34
[INFO] [stdout]     |
[INFO] [stdout] 676 |         return Ok(format!("%jmp {CURRENT_END_LABEL}\n"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:700:8
[INFO] [stdout]     |
[INFO] [stdout] 700 |     if CURRENT_END_LABEL.is_empty() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:703:30
[INFO] [stdout]     |
[INFO] [stdout] 703 |     return Ok(format!("%jmp {CURRENT_END_LABEL}\n"));
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:721:22
[INFO] [stdout]     |
[INFO] [stdout] 721 |     hold_end_label = CURRENT_END_LABEL.clone();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `varHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:860:11
[INFO] [stdout]     |
[INFO] [stdout] 860 |   let mut varHold = String::new();
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to snake case: `var_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `statementHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:861:11
[INFO] [stdout]     |
[INFO] [stdout] 861 |   let mut statementHold = String::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `statement_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `callCode` should have a snake case name
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1044:17
[INFO] [stdout]      |
[INFO] [stdout] 1044 |         let mut callCode: String = String::new();
[INFO] [stdout]      |                 ^^^^^^^^ help: convert the identifier to snake case: `call_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `arrayNum` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:379:32
[INFO] [stdout]     |
[INFO] [stdout] 379 |     let mut arrayNum: String = String::new();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 395 |               arrayNum = format!(", {num}")
[INFO] [stdout]     |               -------- `arrayNum` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/phases/semantic_parser.rs:452:7
[INFO] [stdout]     |
[INFO] [stdout] 452 |       unsafe { 
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol_type`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:447:7
[INFO] [stdout]     |
[INFO] [stdout] 447 |   let symbol_type = SymbolType::Variable; 
[INFO] [stdout]     |       ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `src` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:444:25
[INFO] [stdout]     |
[INFO] [stdout] 444 |   let mut src: String = String::new();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 508 |       src = expression.name;
[INFO] [stdout]     |       --- `src` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `varHold` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:445:29
[INFO] [stdout]     |
[INFO] [stdout] 445 |   let mut varHold: String = String::new();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 458 |       varHold = ident.to_string();
[INFO] [stdout]     |       ------- `varHold` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:531:18
[INFO] [stdout]     |
[INFO] [stdout] 531 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 532 | |     code: String::new(),
[INFO] [stdout] 533 | |     name: String::new(),
[INFO] [stdout] 534 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 543 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:570:18
[INFO] [stdout]     |
[INFO] [stdout] 570 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 571 | |     code: String::new(),
[INFO] [stdout] 572 | |     name: String::new(),
[INFO] [stdout] 573 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 583 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:614:18
[INFO] [stdout]     |
[INFO] [stdout] 614 |     let mut expr = Expression {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 615 | |     code: String::new(),
[INFO] [stdout] 616 | |     name: String::new(),
[INFO] [stdout] 617 | |   };
[INFO] [stdout]     | |___^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 627 |         expr = Expression {
[INFO] [stdout]     |         ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:711:23
[INFO] [stdout]     |
[INFO] [stdout] 711 |   let mut condition = String::new();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 736 |       condition = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       --------- `condition` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `hold_end_label` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:716:28
[INFO] [stdout]     |
[INFO] [stdout] 716 |   let mut hold_end_label = String::new();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 721 |     hold_end_label = CURRENT_END_LABEL.clone();
[INFO] [stdout]     |     -------------- `hold_end_label` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `condition` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:781:23
[INFO] [stdout]     |
[INFO] [stdout] 781 |   let mut condition = String::new();
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 799 |       condition = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       --------- `condition` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `varHold` is never read
[INFO] [stdout]    --> src/phases/semantic_parser.rs:860:21
[INFO] [stdout]     |
[INFO] [stdout] 860 |   let mut varHold = String::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 923 |       varHold = expression.name; //holds the temp for the boolean TAC 
[INFO] [stdout]     |       ------- `varHold` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1018:7
[INFO] [stdout]      |
[INFO] [stdout] 1018 |       unsafe { 
[INFO] [stdout]      |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `expr` is never read
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1171:22
[INFO] [stdout]      |
[INFO] [stdout] 1171 |         let mut expr = Expression {
[INFO] [stdout]      |  ______________________^
[INFO] [stdout] 1172 | |         code: String::from(""),
[INFO] [stdout] 1173 | |         name: String::from(""),
[INFO] [stdout] 1174 | |       };
[INFO] [stdout]      | |_______^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 1177 |           Ok(expression) => {expr = expression;},
[INFO] [stdout]      |                              ---- `expr` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `phases::semantic_parser::parse_bool`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:857:1
[INFO] [stdout]     |
[INFO] [stdout] 857 | pub fn parse_bool(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `phases::semantic_parser::parse_bool` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `phases::semantic_parser::parse_expression`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:952:1
[INFO] [stdout]     |
[INFO] [stdout] 952 | pub fn parse_expression(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `phases::semantic_parser::parse_expression` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `phases::semantic_parser::parse_multiply_expression`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:980:1
[INFO] [stdout]     |
[INFO] [stdout] 980 | pub fn parse_multiply_expression(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `phases::semantic_parser::parse_multiply_expression` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]     |
[INFO] [stdout] 946 | struct Expression{
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expression` is more private than the item `phases::semantic_parser::parse_term`
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1007:1
[INFO] [stdout]      |
[INFO] [stdout] 1007 | pub fn parse_term(tokens: &Vec<Token>, index: &mut usize) -> Result<Expression, String> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `phases::semantic_parser::parse_term` is reachable at visibility `pub(crate)`
[INFO] [stdout]      |
[INFO] [stdout] note: but type `Expression` is only usable at visibility `pub(self)`
[INFO] [stdout]     --> src/phases/semantic_parser.rs:946:1
[INFO] [stdout]      |
[INFO] [stdout]  946 | struct Expression{
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]     --> src/interpreter.rs:1498:11
[INFO] [stdout]      |
[INFO] [stdout] 1498 |     Label(usize),
[INFO] [stdout]      |     ----- ^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     field in this variant
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Bytecode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]      |
[INFO] [stdout] 1498 -     Label(usize),
[INFO] [stdout] 1498 +     Label(()),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |       let temp_name = format!("t{}", TEMP_COUNT);
[INFO] [stdout]    |                                      ^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 |       let label_name = format!(":{}", LABEL_COUNT);
[INFO] [stdout]    |                                       ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `scope_stack` should have an upper case name
[INFO] [stdout]   --> src/phases/semantic_parser.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | static mut scope_stack: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 35 - static mut scope_stack: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout] 35 + static mut SCOPE_STACK: Vec<Vec<(String, SymbolType)>> = Vec::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static variable `in_loop` should have an upper case name
[INFO] [stdout]   --> src/phases/semantic_parser.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | static mut in_loop: bool = false; //for confirming break statements 
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 37 - static mut in_loop: bool = false; //for confirming break statements 
[INFO] [stdout] 37 + static mut IN_LOOP: bool = false; //for confirming break statements 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         scope_stack.push(vec![]); // Create a new scope
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         scope_stack.pop(); // Remove the current scope
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:55:36
[INFO] [stdout]    |
[INFO] [stdout] 55 |       if let Some(current_scope) = scope_stack.last() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:71:36
[INFO] [stdout]    |
[INFO] [stdout] 71 |       if let Some(current_scope) = scope_stack.last_mut() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/phases/semantic_parser.rs:81:36
[INFO] [stdout]    |
[INFO] [stdout] 81 |       if let Some(current_scope) = scope_stack.last() {
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `arrayNum` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:379:13
[INFO] [stdout]     |
[INFO] [stdout] 379 |     let mut arrayNum: String = String::new();
[INFO] [stdout]     |             ^^^^^^^^ help: convert the identifier to snake case: `array_num`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `varHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:445:11
[INFO] [stdout]     |
[INFO] [stdout] 445 |   let mut varHold: String = String::new();
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to snake case: `var_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:673:12
[INFO] [stdout]     |
[INFO] [stdout] 673 |         if CURRENT_END_LABEL.is_empty() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:676:34
[INFO] [stdout]     |
[INFO] [stdout] 676 |         return Ok(format!("%jmp {CURRENT_END_LABEL}\n"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:700:8
[INFO] [stdout]     |
[INFO] [stdout] 700 |     if CURRENT_END_LABEL.is_empty() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:703:30
[INFO] [stdout]     |
[INFO] [stdout] 703 |     return Ok(format!("%jmp {CURRENT_END_LABEL}\n"));
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/phases/semantic_parser.rs:721:22
[INFO] [stdout]     |
[INFO] [stdout] 721 |     hold_end_label = CURRENT_END_LABEL.clone();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `varHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:860:11
[INFO] [stdout]     |
[INFO] [stdout] 860 |   let mut varHold = String::new();
[INFO] [stdout]     |           ^^^^^^^ help: convert the identifier to snake case: `var_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `statementHold` should have a snake case name
[INFO] [stdout]    --> src/phases/semantic_parser.rs:861:11
[INFO] [stdout]     |
[INFO] [stdout] 861 |   let mut statementHold = String::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `statement_hold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `callCode` should have a snake case name
[INFO] [stdout]     --> src/phases/semantic_parser.rs:1044:17
[INFO] [stdout]      |
[INFO] [stdout] 1044 |         let mut callCode: String = String::new();
[INFO] [stdout]      |                 ^^^^^^^^ help: convert the identifier to snake case: `call_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "e4c6b7afc90b342483fe6de2dca8fef200f5a70ccf3445f4673b2e9ff977bacd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4c6b7afc90b342483fe6de2dca8fef200f5a70ccf3445f4673b2e9ff977bacd", kill_on_drop: false }`
[INFO] [stdout] e4c6b7afc90b342483fe6de2dca8fef200f5a70ccf3445f4673b2e9ff977bacd
